/* ============================================================
   Page Specific: Polyurethane Shoe Insole System / MOFU
   مسیر پیشنهادی: assets/css/polyurethane-shoe-insole.css
   تصویر هیرو: assets/img/bg/shoe-insole.png
   ============================================================ */

.shoe-insole-page {
  --si-brand: #263B8F;
  --si-brand-2: #1C75BC;
  --si-accent: #F59E0B;
  --si-gold: #ffc451;
  --si-ink: #0b1320;
  --si-muted: #64748b;
  --si-soft: #f6f8fc;
  --si-line: rgba(38, 59, 143, 0.14);
  --si-radius: 22px;
  --si-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
  background: #fff;
  color: var(--si-ink);
}

.si-main {
  padding-top: 0 !important;
  overflow: hidden;
}

.shoe-insole-page a {
  text-decoration: none;
}

/* ================= HERO ================= */
.si-hero {
  position: relative;
  min-height: 56vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 90px 0 46px;
  isolation: isolate;
}

.si-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 10, 24, 0.88) 0%, rgba(9, 23, 54, 0.70) 44%, rgba(10, 18, 35, 0.26) 100%),
    radial-gradient(circle at 18% 26%, rgba(245, 158, 11, 0.18), transparent 30%),
    radial-gradient(circle at 80% 18%, rgba(28, 117, 188, 0.22), transparent 34%),
    url("../img/bg/shoe-insole.png") center center / cover no-repeat;
  transform: scale(1.01);
}

.si-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 92%);
}

.si-hero__container {
  position: relative;
  z-index: 2;
}

.si-hero__glass {
  position: relative;
  overflow: hidden;
  max-width: 780px;
  padding: clamp(23px, 3vw, 40px);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.065)),
    radial-gradient(circle at 8% 0%, rgba(255, 196, 81, 0.12), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.si-eyebrow,
.si-section-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.7;
}

.si-eyebrow {
  margin-bottom: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.si-hero h1 {
  margin: 0 0 15px;
  color: #fff;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: clamp(1.18rem, 2.05vw, 1.92rem) !important;
  font-weight: 950;
  line-height: 1.82;
  letter-spacing: -0.45px;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

.si-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 2;
  text-align: right;
}

.si-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.si-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 39px;
  padding: 8px 18px;
  border-radius: 999px;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.80rem;
  font-weight: 850;
  line-height: 1.7;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}

.si-btn:hover {
  transform: translateY(-1px);
}

.si-btn--primary {
  color: #101828 !important;
  background: linear-gradient(90deg, #F59E0B, #ffc451);
  border: 1px solid rgba(255, 196, 81, 0.38);
  box-shadow: 0 12px 26px rgba(245, 158, 11, 0.20);
}

.si-btn--primary:hover {
  color: #101828 !important;
  background: #fff8e5;
  border-color: rgba(255, 196, 81, 0.48);
}

.si-btn--ghost {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.si-btn--ghost:hover {
  color: #ffc451 !important;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 196, 81, 0.34);
}

.si-hero__micro-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.si-hero__micro-nav a {
  color: rgba(255, 255, 255, 0.80);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.si-hero__micro-nav a:hover {
  color: #ffc451;
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 196, 81, 0.30);
}

.si-hero__insight {
  position: relative;
  max-width: 460px;
  margin-inline: auto;
  padding: 22px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
}

.si-hero__insight > span {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.8;
}

.si-hero__flow {
  display: grid;
  gap: 8px;
}

.si-hero__flow b {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.75rem;
  font-weight: 850;
}

.si-hero__flow i {
  width: 1px;
  height: 12px;
  margin-inline: auto;
  background: rgba(255, 196, 81, 0.62);
}

.si-hero__insight small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  line-height: 1.8;
}

/* ================= GENERAL ================= */
.si-section {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
}

.si-section-label {
  margin-bottom: 8px;
  color: var(--si-brand);
  background: rgba(38, 59, 143, 0.065);
  border: 1px solid rgba(38, 59, 143, 0.12);
}

.si-section h2,
.si-section-head h2 {
  margin: 0 0 14px;
  color: #101828;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: clamp(1.08rem, 1.55vw, 1.52rem) !important;
  font-weight: 950;
  line-height: 1.65;
  letter-spacing: -0.42px;
}

.si-lead,
.si-muted,
.si-section-head p {
  margin: 0;
  color: #475569;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.80rem;
  font-weight: 500;
  line-height: 1.95;
  text-align: right;
}

.si-lead {
  color: #25324a;
  font-size: 0.90rem;
  font-weight: 650;
  margin-bottom: 10px;
}

.si-section-head {
  max-width: 850px;
  margin: 0 auto 24px;
  text-align: center;
}

.si-section-head .si-section-label {
  margin-inline: auto;
}

.si-section-head p {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.shoe-insole-page h3 {
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.90rem !important;
  font-weight: 950 !important;
  line-height: 1.72 !important;
  letter-spacing: -0.25px;
}

/* ================= POSITION ================= */
.si-position {
  background:
    radial-gradient(circle at 10% 12%, rgba(38, 59, 143, 0.055), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

/* ================= TREE ================= */
.si-tree-section {
  background:
    radial-gradient(circle at 84% 10%, rgba(28, 117, 188, 0.07), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.si-decision-tree {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.52)),
    radial-gradient(circle at 10% 10%, rgba(255, 196, 81, 0.12), transparent 30%);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: var(--si-shadow);
}

.si-tree-node,
.si-tree-flow span,
.si-tree-result {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 18px;
  padding: 9px 12px;
  min-height: 40px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.62;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.si-tree-node {
  color: #17325f;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(38, 59, 143, 0.12);
}

.si-tree-node:hover,
.si-tree-flow span:hover,
.si-tree-result:hover {
  color: #17325f;
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.22);
}

.si-tree-node--root {
  width: min(100%, 420px);
  margin: 0 auto 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--si-brand), var(--si-brand-2));
  box-shadow: 0 12px 24px rgba(38, 59, 143, 0.16);
}

.si-tree-node--root:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--si-brand), var(--si-brand-2));
}

.si-tree-branches {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.si-tree-branches::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: rgba(38, 59, 143, 0.22);
}

.si-tree-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-top: 10px;
}

.si-tree-flow span {
  color: #17325f;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.14);
}

.si-tree-result {
  margin-top: 12px;
  color: #101828;
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.15), rgba(255, 255, 255, 0.70), rgba(28, 117, 188, 0.10));
  border: 1px solid rgba(245, 158, 11, 0.16);
}

/* ================= QUALITY ================= */
.si-quality {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.si-factor-card {
  position: relative;
  height: 100%;
  min-height: 168px;
  padding: 16px 16px 15px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
    radial-gradient(circle at 88% 0%, rgba(245, 158, 11, 0.08), transparent 32%);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.si-factor-card:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.20);
}

.si-factor-card span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--si-brand), var(--si-brand-2));
  box-shadow: 0 8px 20px rgba(38, 59, 143, 0.16);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
}

.si-factor-card h3 {
  margin: 0 0 10px;
  color: #101828;
}

.si-factor-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.84;
  text-align: right;
}

/* ================= TROUBLESHOOTING MAP ================= */
.si-troubleshooting {
  background: #ffffff;
}

.si-problem-map {
  position: relative;
  padding: 20px 0 0;
}

.si-problem-root {
  width: min(100%, 420px);
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--si-brand), var(--si-brand-2));
  box-shadow: 0 12px 26px rgba(38, 59, 143, 0.14);
  font-size: 0.82rem;
  font-weight: 900;
}

.si-problem-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.si-problem-grid::before {
  content: "";
  position: absolute;
  top: -13px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: rgba(38, 59, 143, 0.16);
}

.si-problem-grid a {
  position: relative;
  min-height: 96px;
  display: block;
  padding: 15px 16px;
  border-radius: 18px;
  color: #17325f;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.si-problem-grid a::before {
  content: "";
  position: absolute;
  top: -13px;
  right: 50%;
  width: 1px;
  height: 13px;
  background: rgba(38, 59, 143, 0.16);
}

.si-problem-grid a:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.22);
}

.si-problem-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #101828;
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1.7;
}

.si-problem-grid span {
  display: block;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.82;
}

/* ================= DECISION TABLE ================= */
.si-decision {
  background:
    radial-gradient(circle at 12% 16%, rgba(38, 59, 143, 0.05), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.si-table-wrap {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
  background: #fff;
}

.si-decision-table {
  margin: 0;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
}

.si-decision-table th {
  color: #17325f;
  background: #f7faff;
  border-color: rgba(38, 59, 143, 0.08) !important;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.8;
  padding: 14px 16px;
}

.si-decision-table td {
  color: #526174;
  border-color: rgba(38, 59, 143, 0.07) !important;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.9;
  padding: 14px 16px;
}

.si-decision-table strong {
  color: #101828;
  font-weight: 950;
}

/* ================= ROUTES ================= */
.si-routes {
  background: #ffffff;
}

.si-route-lines {
  position: relative;
  display: grid;
  gap: 10px;
  padding-right: 22px;
}

.si-route-lines::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 7px;
  bottom: 10px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--si-brand), rgba(255, 196, 81, 0.85));
}

.si-route-lines a {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 54px;
  padding: 10px 16px;
  border-radius: 16px;
  color: #17325f;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(38, 59, 143, 0.10);
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.si-route-lines a::before {
  content: "";
  position: absolute;
  right: -21px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #ffc451;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.34);
}

.si-route-lines a:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.20);
}

.si-route-lines strong {
  color: #101828;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.7;
}

.si-route-lines span {
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.8;
}

/* ================= LINKS ================= */
.si-links {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.si-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.si-link-grid a {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 14px;
  border-radius: 15px;
  color: #17325f;
  background: linear-gradient(180deg, #fff, #f7faff);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  font-size: 0.77rem;
  font-weight: 850;
  line-height: 1.8;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}

.si-link-grid a::after {
  content: "←";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #101828;
  background: linear-gradient(90deg, #F59E0B, #ffc451);
  font-size: 0.78rem;
}

.si-link-grid a:hover {
  color: #7a4f00;
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.22);
}

/* ================= PATHWAY CTA ================= */
.si-final-cta--pathway {
  position: relative;
  overflow: hidden;
  padding: 56px 0;
  background:
    radial-gradient(circle at 8% 24%, rgba(38, 59, 143, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border-top: 1px solid rgba(38, 59, 143, 0.08);
}

.si-pathway-cta {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 44px;
  align-items: center;
}

.si-pathway-cta__actions {
  display: grid;
  gap: 10px;
}

.si-pathway-btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 18px;
  border-radius: 999px;
  color: #fff !important;
  background: #172033;
  border: 1px solid rgba(38, 59, 143, 0.22);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.7;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.si-pathway-btn:hover {
  transform: translateY(-1px);
  color: #101828 !important;
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.28);
}

.si-pathway-btn i {
  color: #8fd3ff;
  font-size: 0.95rem;
}

.si-pathway-btn:hover i {
  color: #f59e0b;
}

.si-pathway-btn--primary {
  background: #1c2638;
}

.si-pathway-btn--whatsapp i {
  color: #47d18c;
}

.si-pathway-cta__content {
  position: relative;
  padding-right: 24px;
  border-right: 3px solid #263b8f;
}

.si-pathway-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 13px;
  border-radius: 999px;
  color: #263b8f;
  background: rgba(38, 59, 143, 0.055);
  border: 1px solid rgba(38, 59, 143, 0.12);
  font-size: 0.72rem;
  font-weight: 850;
}

.si-pathway-cta__content h2 {
  margin: 0 0 12px;
  color: #0f1f3d;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: clamp(1.12rem, 1.8vw, 1.56rem) !important;
  font-weight: 950;
  line-height: 1.75;
  letter-spacing: -0.35px;
}

.si-pathway-cta__content p {
  max-width: 840px;
  margin: 0 0 20px;
  color: #526174;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 2;
  text-align: right;
}

.si-pathway-routes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.si-pathway-routes a {
  position: relative;
  min-height: 84px;
  display: block;
  padding: 16px 16px 14px;
  border-radius: 16px;
  color: #17325f;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.si-pathway-routes a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 3px;
  height: 34px;
  border-radius: 99px;
  background: linear-gradient(180deg, #263b8f, #ffc451);
}

.si-pathway-routes a:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.24);
}

.si-pathway-routes strong {
  display: block;
  margin-bottom: 7px;
  color: #14294f;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.7;
}

.si-pathway-routes span {
  display: block;
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.85;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1199.98px) {
  .si-tree-flow {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .si-hero {
    min-height: auto;
    padding: 100px 0 60px;
  }

  .si-section {
    padding: 56px 0;
  }

  .si-tree-branches,
  .si-problem-grid,
  .si-link-grid,
  .si-pathway-routes {
    grid-template-columns: 1fr;
  }

  .si-tree-branches::before,
  .si-problem-grid::before,
  .si-problem-grid a::before {
    display: none;
  }

  .si-route-lines a {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .si-pathway-cta {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .si-pathway-cta__actions {
    max-width: 360px;
  }
}

@media (max-width: 575.98px) {
  .si-hero {
    padding: 88px 0 46px;
  }

  .si-hero__glass {
    border-radius: 20px;
  }

  .si-hero h1 {
    font-size: 1.42rem !important;
    line-height: 1.9;
  }

  .si-hero p,
  .si-lead,
  .si-muted,
  .si-section-head p {
    font-size: 0.80rem;
    line-height: 1.86;
  }

  .si-btn,
  .si-pathway-btn {
    width: 100%;
  }

  .si-section {
    padding: 40px 0;
  }

  .si-factor-card {
    min-height: auto;
  }

  .si-final-cta--pathway {
    padding: 42px 0;
  }

  .si-pathway-cta__content {
    padding-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shoe-insole-page * {
    transition: none !important;
    animation: none !important;
  }
}


/* ============================================================
   Hero Executive Compact Override v2
   هدف: کوچک‌تر شدن سه‌پله‌ای باکس‌های هیرو، خوانایی متن، نمایش بهتر تصویر بک‌گراند
   ============================================================ */

.si-hero {
  min-height: 52vh !important;
  padding: 82px 0 34px !important;
}

.si-hero__bg {
  background:
    linear-gradient(
      90deg,
      rgba(5, 10, 24, 0.78) 0%,
      rgba(9, 23, 54, 0.52) 42%,
      rgba(10, 18, 35, 0.14) 100%
    ),
    radial-gradient(circle at 16% 24%, rgba(245, 158, 11, 0.12), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(28, 117, 188, 0.16), transparent 32%),
    url("../img/bg/shoe-insole.png") center 40% / cover no-repeat !important;
  transform: none !important;
}

.si-hero__glass {
  max-width: 590px !important;
  padding: 18px 20px !important;
  border-radius: 16px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.07)),
    radial-gradient(circle at 8% 0%, rgba(255, 196, 81, 0.10), transparent 32%) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(14px) saturate(132%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(132%) !important;
}

.si-hero h1 {
  margin-bottom: 10px !important;
  font-size: clamp(1.02rem, 1.48vw, 1.46rem) !important;
  line-height: 1.75 !important;
  letter-spacing: -0.28px !important;
}

.si-hero p {
  max-width: 555px !important;
  font-size: 0.76rem !important;
  line-height: 1.9 !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

.si-eyebrow {
  margin-bottom: 8px !important;
  padding: 4px 11px !important;
  font-size: 0.66rem !important;
}

.si-hero__actions {
  gap: 8px !important;
  margin-top: 14px !important;
}

.si-hero .si-btn {
  min-height: 34px !important;
  padding: 6px 14px !important;
  font-size: 0.72rem !important;
}

.si-hero__micro-nav {
  gap: 6px !important;
  margin-top: 12px !important;
}

.si-hero__micro-nav a {
  padding: 4px 9px !important;
  font-size: 0.66rem !important;
}

.si-hero__insight {
  max-width: 330px !important;
  padding: 15px 14px !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.085) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(12px) saturate(124%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(124%) !important;
}

.si-hero__insight > span {
  margin-bottom: 10px !important;
  font-size: 0.72rem !important;
  line-height: 1.75 !important;
}

.si-hero__flow {
  gap: 5px !important;
}

.si-hero__flow b {
  min-height: 31px !important;
  padding: 4px 8px !important;
  font-size: 0.66rem !important;
  border-radius: 999px !important;
}

.si-hero__flow i {
  height: 8px !important;
}

.si-hero__insight small {
  margin-top: 9px !important;
  font-size: 0.65rem !important;
  line-height: 1.75 !important;
}

@media (max-width: 991.98px) {
  .si-hero {
    min-height: auto !important;
    padding: 88px 0 38px !important;
  }

  .si-hero__glass,
  .si-hero__insight {
    max-width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .si-hero {
    padding: 80px 0 30px !important;
  }

  .si-hero__bg {
    background:
      linear-gradient(180deg, rgba(5, 10, 24, 0.82), rgba(9, 23, 54, 0.58)),
      url("../img/bg/shoe-insole.png") center center / cover no-repeat !important;
  }

  .si-hero__glass {
    padding: 16px 15px !important;
  }

  .si-hero h1 {
    font-size: 1.05rem !important;
  }
}
